projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecf3488
)
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--mode-docstring): Add comment
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 3 Feb 2024 23:22:41 +0000
(18:22 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 3 Feb 2024 23:22:41 +0000
(18:22 -0500)
lisp/emacs-lisp/easy-mmode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easy-mmode.el
b/lisp/emacs-lisp/easy-mmode.el
index 05b23a86fc0cf71a0f9740fc174792066a7ea24b..4fa05008dd83216f10ab51ae2ec86133c6325e7d 100644
(file)
--- a/
lisp/emacs-lisp/easy-mmode.el
+++ b/
lisp/emacs-lisp/easy-mmode.el
@@
-132,7
+132,7
@@
it is disabled.")
(string-replace "'" "\\='" (format "%S" getter)))))
(let ((start (point)))
(insert argdoc)
- (when (fboundp 'fill-region)
+ (when (fboundp 'fill-region)
;Don't break bootstrap!
(fill-region start (point) 'left t))))
;; Finally, insert the keymap.
(when (and (boundp keymap-sym)